projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5645852
)
Fix comment from the last change to `ruby-smie-rules'
author
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 14 Dec 2013 13:57:58 +0000
(15:57 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 14 Dec 2013 13:57:58 +0000
(15:57 +0200)
lisp/progmodes/ruby-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index 13f7335d0427200ce801c02a05e4f8de6fab52cd..e5148d29a972fbc6a12879fe313d6beec464fdcc 100644
(file)
--- a/
lisp/progmodes/ruby-mode.el
+++ b/
lisp/progmodes/ruby-mode.el
@@
-561,7
+561,7
@@
It is used when `ruby-encoding-magic-comment-style' is set to `custom'."
(forward-char 1)
(skip-chars-forward " \t")
;; `smie-rule-hanging-p' is not good enough here,
- ;; because we want to
accep
t hanging tokens at bol, too.
+ ;; because we want to
rejec
t hanging tokens at bol, too.
(unless (or (eolp) (forward-comment 1))
(cons 'column (current-column)))))
(`(:after . " @ ") (smie-rule-parent))